<html>
<head>
<title>$MODULE_NAME$ - $SITE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" /> 
</head>
<body>
<script type="text/javascript">
 $(document).ready(function () { 
 $('.bg_img').hover(function () {
 $(this).stop().animate({opacity: 0.7}, 'normal');
 }, function () {
 $(this).stop().animate({opacity: 1}, 'normal');
 });
 //Picture fade plus
 $(' .yvel a').addClass('fadehide').hide();
 $(' .yvel').hover(function() {
 $(this).find('a.fadehide').stop().fadeIn('slow');
 }, function() {
 $(this).find('a.fadehide').stop().fadeOut('slow');
 });
 //Paginator
 $(".next, .prew").parent().parent().css("padding","0");
 $(".prew, .next").parent().css("padding","0");
 });
</script> 
<div id="container">

$GLOBAL_AHEADER$

<div class="container_tbg"></div> 
<div class="container_cbg">
<div class="side_left">
$GLOBAL_CLEFTER$
</div>
<div class="side_center">
<!-- <body> -->
<div class="bg_op"> </div>
<div style="text-align:center;">
<div class="text_op">
<h1>  PhotoShop CS6</h1><br>
 <div class"center"="">    ,     : "<strong>  </strong>   ".           ,        ,    .               .            . 
<br><br>
     <strong>  </strong>   ,     , ,    .              .     . PSD   ,      .     ,        .           . 
<br><br>
, ,  , , , , ,        ,   .</div>
</div></div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="80%"><a href="$HOME_PAGE_LINK$"><!--<s5176>--><!--</s>--></a> &raquo; <!--<s5182>--><!--</s>--></td>
<td align="right" style="white-space: nowrap;"><?if($ADD_ENTRY_LINK$)?>[ <a href="$ADD_ENTRY_LINK$"><!--<s5186>--> <!--</s>--></a> ]<?endif?></td>
</tr>
</table>
<hr />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="60%"><!--<s5218>-->   <!--</s>-->: <b>$NUM_ENTRIES$</b><?if($NUM_SHOWN$)?><br /><!--<s5220>--> <!--</s>-->: <b>$NUM_SHOWN$</b><?endif?></td>
<td align="right"><?if($PAGE_SELECTOR$)?><!--<s3015>--><!--</s>-->: $PAGE_SELECTOR$<?endif?></td>
</tr>
</table>
<hr />
<div class="link">$BODY$</div>
<div class="catPages1" style="text-align:center; clear:both;"><span class="pagesBlockuz2">$PAGE_SELECTOR1$ </span></div><!-- </body> -->
</div><div class="clear"></div></div><div class="container_bbg"></div> 

$GLOBAL_BFOOTER$

</div>
</body>
</html>